1 namespace MilkDairyManagementSystemCSharp
2 {
3     
partial class Form1
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
32             
this.button2 = new System.Windows.Forms.Button();
33             
this.button1 = new System.Windows.Forms.Button();
34             
this.textBox2 = new System.Windows.Forms.TextBox();
35             
this.textBox1 = new System.Windows.Forms.TextBox();
36             
this.label4 = new System.Windows.Forms.Label();
37             
this.label3 = new System.Windows.Forms.Label();
38             
this.label2 = new System.Windows.Forms.Label();
39             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
40             
this.SuspendLayout();
41             
//
42             
// pictureBox1
43             
//
44             
this.pictureBox1.Image = global::MilkDairyManagementSystemCSharp.Properties.Resources.kashipara;
45             
this.pictureBox1.Location = new System.Drawing.Point(399, 13);
46             
this.pictureBox1.Name = "pictureBox1";
47             
this.pictureBox1.Size = new System.Drawing.Size(100, 50);
48             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
49             
this.pictureBox1.TabIndex = 37;
50             
this.pictureBox1.TabStop = false;
51             
//
52             
// button2
53             
//
54             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
55             
this.button2.Location = new System.Drawing.Point(270, 275);
56             
this.button2.Name = "button2";
57             
this.button2.Size = new System.Drawing.Size(81, 28);
58             
this.button2.TabIndex = 36;
59             
this.button2.Text = "Reset";
60             
this.button2.UseVisualStyleBackColor = true;
61             
this.button2.Click += new System.EventHandler(this.button2_Click);
62             
//
63             
// button1
64             
//
65             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
66             
this.button1.Location = new System.Drawing.Point(162, 275);
67             
this.button1.Name = "button1";
68             
this.button1.Size = new System.Drawing.Size(81, 28);
69             
this.button1.TabIndex = 35;
70             
this.button1.Text = "Login";
71             
this.button1.UseVisualStyleBackColor = true;
72             
this.button1.Click += new System.EventHandler(this.button1_Click);
73             
//
74             
// textBox2
75             
//
76             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
77             
this.textBox2.Location = new System.Drawing.Point(230, 217);
78             
this.textBox2.Name = "textBox2";
79             
this.textBox2.PasswordChar = '*';
80             
this.textBox2.Size = new System.Drawing.Size(149, 22);
81             
this.textBox2.TabIndex = 34;
82             
//
83             
// textBox1
84             
//
85             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
86             
this.textBox1.Location = new System.Drawing.Point(230, 163);
87             
this.textBox1.Name = "textBox1";
88             
this.textBox1.Size = new System.Drawing.Size(149, 22);
89             
this.textBox1.TabIndex = 33;
90             
//
91             
// label4
92             
//
93             
this.label4.AutoSize = true;
94             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
95             
this.label4.Location = new System.Drawing.Point(122, 220);
96             
this.label4.Name = "label4";
97             
this.label4.Size = new System.Drawing.Size(77, 16);
98             
this.label4.TabIndex = 32;
99             
this.label4.Text = "Password";
100             
//
101             
// label3
102             
//
103             
this.label3.AutoSize = true;
104             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105             
this.label3.Location = new System.Drawing.Point(119, 164);
106             
this.label3.Name = "label3";
107             
this.label3.Size = new System.Drawing.Size(80, 16);
108             
this.label3.TabIndex = 31;
109             
this.label3.Text = "Username";
110             
//
111             
// label2
112             
//
113             
this.label2.AutoSize = true;
114             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
115             
this.label2.ForeColor = System.Drawing.Color.IndianRed;
116             
this.label2.Location = new System.Drawing.Point(194, 89);
117             
this.label2.Name = "label2";
118             
this.label2.Size = new System.Drawing.Size(121, 24);
119             
this.label2.TabIndex = 30;
120             
this.label2.Text = "Login Portal";
121             
//
122             
// Form1
123             
//
124             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
125             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
126             
this.ClientSize = new System.Drawing.Size(510, 415);
127             
this.Controls.Add(this.pictureBox1);
128             
this.Controls.Add(this.button2);
129             
this.Controls.Add(this.button1);
130             
this.Controls.Add(this.textBox2);
131             
this.Controls.Add(this.textBox1);
132             
this.Controls.Add(this.label4);
133             
this.Controls.Add(this.label3);
134             
this.Controls.Add(this.label2);
135             
this.Name = "Form1";
136             
this.Text = "Form1";
137             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
138             
this.ResumeLayout(false);
139             
this.PerformLayout();
140
141         }
142
143         
#endregion
144
145         
private System.Windows.Forms.PictureBox pictureBox1;
146         
private System.Windows.Forms.Button button2;
147         
private System.Windows.Forms.Button button1;
148         
private System.Windows.Forms.TextBox textBox2;
149         
private System.Windows.Forms.TextBox textBox1;
150         
private System.Windows.Forms.Label label4;
151         
private System.Windows.Forms.Label label3;
152         
private System.Windows.Forms.Label label2;
153     }
154 }


Gõ tìm kiếm nhanh...